home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-07 | 586 b | 16 lines | [TEXT/CWIE] |
- ///--------------------------------------------------------------------------------------
- // Special Effects.h
- ///--------------------------------------------------------------------------------------
-
- #ifndef __SPRITEWORLD__
- #include "SpriteWorld.h"
- #endif
-
-
- ///--------------------------------------------------------------------------------------
- // Function Prototypes
- ///--------------------------------------------------------------------------------------
-
- void WipeWindow(SpriteWorldPtr spriteWorldP);
- void StartMicrosecTimer( void );
- void WaitMicroseconds(unsigned long delay);